home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / misc / dbase55 / disk7 / extern.pak / EXTERN.TXT < prev   
Text File  |  1996-01-05  |  2KB  |  36 lines

  1.              Copyright (c) 1991-1994 Borland International, Inc.
  2.                             All Rights Reserved.
  3.  
  4. This document describes the files used for demonstrating the EXTERN system,
  5. which are installed in the SAMPLES\EXTERN subdirectory.
  6.  
  7.  
  8. The dbasevar.h header contains classes that allow users to manipulate
  9. Visual dBase variables in a DLL, which talks to Visual dBASE through
  10. the EXTERN system.
  11.  
  12.         dbasevar.h      include file to be used by programs using the
  13.                         EXTERN system.
  14.  
  15. The dbfile example is a C++ DLL that contains textfile manipulation
  16. routines, which are accessible from Visual dBASE through the EXTERN system.
  17.  
  18.         dbfile.cpp      main source file
  19.         dbfile.h        header
  20.         dbfile.def      def file
  21.         dbfile.mak      makefile to build the DLL with BCC
  22.         dbfile.prg      some Visual dBASE code to set up the DLL and a class
  23.         dbfile.dll      compiled copy of the DLL
  24.         dbsysdrv.prg    Visual dBASE example that uses the dbfile.dll
  25.         dbgrep.prg      Another Visual dBASE example that uses the dbfile.dll
  26.  
  27. The dbextern example is a C++ DLL and Visual dBASE program that
  28. explains the different ways the EXTERN system can be used.
  29.  
  30.         dbextern.cpp    main C++ source file
  31.         dbextern.prg    main Visual dBASE source file
  32.         dbextern.def    def file
  33.         dbextern.mak    makefile to build the DLL with BCC
  34.         dbextern.dll    compiled copy of the DLL
  35.  
  36.